body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    margin: 0;
    padding: 0;
    color: #435465;
}

[v-cloak] {
	display: none;
}

.hint-icon-box{
	width: 40px;
	height: 40px;
	border: 2px solid #43546a9c;
	border-radius: 50%;
	position: absolute;
	right: -62px;
	/* top: 50%; */
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
    top: 40px;
}

.el-input__inner{
	background-color: #ffffff !important;	
}

.has-new-msg::before{
	content: '1';
	width: 20px;
	height: 20px;
	position: absolute;
	right: -4px;
	top: -2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
	border-radius: 50%;
	background: rgb(245, 34, 45);
}

.hint-icon{ 
	fill: #43546acc; 
	transform: rotate(0)
}

.has-new-msg:hover .hint-icon{
  -webkit-animation:hintRotate .7s ease-in-out infinite forwards;
          animation:hintRotate .7s ease-in-out infinite forwards;
}

@-webkit-keyframes hintRotate {
		20%{
			transform: rotate(10deg);
		}
		40%{
			transform: rotate(20deg);
		}
		60%{
			transform: rotate(-10deg);
		}
		80%{
			transform: rotate(-20deg);
		}
		100%{
			transform: rotate(0);
		}
}

@keyframes hintRotate {
		20%{
			transform: rotate(10deg);
		}
		40%{
			transform: rotate(20deg);
		}
		60%{
			transform: rotate(-10deg);
		}
		80%{
			transform: rotate(-20deg);
		}
		100%{
			transform: rotate(0);
		}
}

img {
    border: 0 none;
}

ul,
li,
ol {
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
}

img[src=""],
img:not([src]) {
    opacity: 0;
    border: none;
    visibility: hidden;
    max-width: none;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1300px
}

/* font-weight */
.font-w500 {
    font-weight: 500;
}

/* border-radius圆角 */
.br0 {
    border-radius: 0 !important;
}

.br2 {
    border-radius: 2px !important;
}

.br4 {
    border-radius: 4px !important;
}

.br6 {
    border-radius: 6px !important;
}

.br12 {
    border-radius: 12px !important;
}

.br50 {
    border-radius: 50% !important;
}

/* 背景色background */
.bg-grey {
    background: #f5f6fa;
}

.bg-blue {
    background: #488eff!important;
}

.bg-red {
    background: #fb4168;
}

.bg-light-grey{
    background: #f2f6fb;
}
/* 文字省略 */
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/* 下划线 */
.underline {
    text-decoration: underline
}

.underline:hover {
    text-decoration: underline
}

/* 居中对齐 */
.vertical-middle {
    vertical-align: middle
}

/*font style*/
.font-bold,
.strong {
    font-weight: bold !important;
}

.font-medium {
    font-weight: 500;
}

/* 文本段落 */
.com-section {
    color: #435465;
    font-size: 14px;
}

.com-section-title {}

.com-section-p {}

/* 字体颜色 */
.font-blue {
    color: #488eff;
}

.font-black {
    color: #435465;
}

.font-red {
    color: #fb4168;
}

/* 字体大小 */
.fz0 {
    font-size: 0;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px!important;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.fz25 {
    font-size: 25px;
}

.fz28 {
    font-size: 28px;
}

.fz30 {
    font-size: 30px;
}

/* margin-left */
.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml70 {
    margin-left: 70px;
}

/* margin-left */
.mr0 {
    margin-right: 0;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

/* margin-top */
.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

/* margin-bottom */
.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}
.mb35{
    margin-bottom: 35px;
}
.mb40{
    margin-bottom: 40px;
}

/*float*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/* text-align */
.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center!important;
}

/*display*/
.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.hidden,
.none {
    display: none!important;
}

.flex {
    display: flex;
    align-items: center;
}

/*clear float*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear-L,
.clear-fl {
    clear: left;
}

.clear-R,
.clear-fr {
    clear: right;
}

/*position*/
.p-rel {
    position: relative;
}

.p-abs {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

/*输入框－placeholder*/
.com-input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde,
.layui-input::-ms-input-placeholder {
    /* WebKit browsers */
    color: #a6adba;
}

.com-input:-moz-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder,
.layui-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a6adba;
}

.com-input::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder,
.layui-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a6adba;
}

.com-input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
.layui-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a6adba;
}

/* 输入框 */
.layui-input,
.layui-textarea,
.layui-input,
.com-input,
input[type="text"],
.layui-input:hover,
.layui-textarea:hover,
.com-input:hover,
input[type="text"]:hover {
    background-color: #f2f4f8;
    border-color: rgb(210, 215, 221);
}

.layui-input:focus,
.layui-textarea:focus,
.com-input:focus,
input[type="text"]:focus {
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(210, 215, 221);
}

.layui-form-danger:hover,
.layui-form-danger:focus {
    border-color: #FF5722 !important;
}

/*表单验证*/
.has-error,
.has-success {
    box-shadow: none;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
}

.has-error {
    border-color: #fb4168;
}

.has-success {
    border-color: #488eff;
}

.username-block {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #fb4168;
    position: absolute;
    top: -25px;
    right: 0;
}

.company-block {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #fb4168;
    position: absolute;
    top: -25px;
    right: 0;
}

/*按钮*/
.com-btn {
    cursor: pointer;
    border: 0px none;
    outline: none;
    font-family: "SourceHanSansSC";
    font-size: 14px;
    line-height: normal;
    color: rgb(255, 255, 255);
    border-radius: 2px;
}

.com-btn-default {
    background: rgb(76, 141, 252);
    border-radius: 2px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.com-btn-default:hover,
.com-btn-default:focus {
    background: rgb(76, 141, 252);
    color: rgb(255, 255, 255);
    box-shadow: 0px 14px 43px 0px rgba(72, 142, 255, 0.18);
}

.com-btn-submit {
    box-shadow: 0px 14px 43px 0px rgba(72, 142, 255, 0.18);
    background-color: rgb(72, 142, 255);
}

.com-btn-primary {
    border: 1px solid rgb(76, 142, 255);
    background: transparent;
    color: rgb(76, 142, 255);
    font-size: 14px;
}

.com-btn-primary:hover,
.com-btn-primary:focus {
    border: 1px solid rgb(72, 142, 255);
    background: #fff;
    color: rgb(72, 142, 255);
}

/*下拉框*/
.layui-form-select dl dd.layui-this {
    background-color: #f2f4f8;
    color: #627081;
}

/*radio*/
.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: #488eff;
}

/*分页*/
.pagination {
    display: table;
    margin: 20px auto;
}

.pagination:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.pagination>li {
    display: table-cell;
    padding-right: 5px;
    height: 32px;
    line-height: 32px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    cursor: pointer;
    color: #fff;
    background-color: #4c8dfc;
    border-color: #4c8dfc;
}

.pagination>li>a,
.pagination>li>span {
    padding: 0 12px;
    font-size: 14px;
    color: #43546a;
    background: #e9ebf2;
    vertical-align: middle;
    display: block;
    cursor: pointer;
    border-radius: 5px;
}

.pagination>li a.has-none-bg {
    background: transparent;
    color: #999999;
}
.pagination>li:last-child>a{
    background: transparent;
    color: #999999;
    font-size: 14px;
}

/*表格*/
/*输入框*/

/***Header***/
.Header {
    background: #fff;
}

.Header .Header_content {
    margin: auto;
    width: 1200px;
    /* height: 80px;
    line-height: 80px; */
    height: 100px;
    line-height: 100px;
}

.Header_content .header_left {
    float: left;
}

.Header_content .header_right {
    float: right;
		position: relative;
}

.Header_content .header_left,
.Header_content .header_right {
    display: flex;
}

/* .header_left img {
    width: 131px;
    height: 52px;
    margin-top: 10px;
} */

.header_left a {
    /* display: table; */
}

.header_left a>div {
    height: 100px;
    /* display: table-cell; */
    vertical-align: middle;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-img{
    display: none;
}

.logo-tit{
    height: 25px!important;
    line-height: 25px;
    margin-bottom: 7px;
    text-align: center;
    display: block!important;
}

.logo-tit-left{
    color:#4A99FF;
    font-size:26px;
    font-weight: 600;
}

.logo-tit-right{
    color:#43546a;
    font-size:20px;
    font-weight: bold;
}

.logo-info{
    width: 243px;
    height: 18px;
    opacity: 1;
    background: #c2cbd8;
    border-radius: 4px;
    line-height: 18px;
    font-size: 11px;color: #ffffff;
    text-align: center;
}

.header_left .tab {
    display: flex;
}

.header_left .tab .tab-item {
    text-align: center;
    /* padding-left: 54px; */
}

.header_left .tab .tab-item a {
    font-size: 16px;
    display: block;
    text-decoration: none;
    color: #474b51;
}
.header_left .tab .tab-item a:hover{
    color: #4d90e8;
}
.header_bold {
    font-weight: bold;
    margin-right: 32px;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 1111;
}

.header_bold a {
    position: relative;
    color: #4d90e8;
}

.email-warning {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #ec6566;
    border-radius: 50%;
    min-height: 20px;
    line-height: 20px;
}

.header_right .header_button {
    border: 1px solid #c4ccd6;
    border-radius: 20px;
    width: 126px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    margin: 28px auto;
    cursor: pointer;
    text-align: center;
    color: #31353c;
}

/* .header_right .header_button a { */
/*     border-radius: 20px; */
/*     width: 126px; */
/*     height: 40px; */
/*     line-height: 40px; */
/*     background: #ffffff; */
/*     margin: 15px auto; */
/*     cursor: pointer; */
/*     text-align: center; */
/*     color: #31353c; */
/* } */
.header_right .header_button:hover {
    border: 1px solid #a2b2c8;
}


.header_right .navbar-nav {
    /* display: flex;
    justify-content: space-between; */
    position: relative;
    margin-top: 12px;
}

.header_right .navbar-nav>li {
    line-height: normal;
    float: right;
}
.header_right .navbar-nav>li:first-child{
    /* margin-left: 15px; */
}

.header_right .navbar-nav li:last-child {
    padding-top: 30px;
}

.userarea {
    position: absolute;
    right:-53px;
    top: 58px;
    z-index: 1000;
    padding: 8px 0 0 0;
    box-sizing: border-box;
    display: none;
}

.header_right .dropdown-menu {
    width: 151px;
    border: 1px solid #e1e8ed;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 30px rgba(98, 107, 125, 0.4);
}

.header_right .dropdown-menu li:first-child {
    font-weight: bold;
    cursor: pointer;
}

.header_right .dropdown-menu li,
.header_right .dropdown-menu li:first-child {
    height: 42px;
    line-height: 42px;
    padding-top: 0 !important;
    border-bottom: 1px solid #e1e8ed;
}

.header_right .dropdown-menu li:last-child {
    border-bottom: 0;
}

.header_right .dropdown-menu li:last-child a:hover,
.header_right .dropdown-menu li:last-child a:focus {
    opacity: 0.8;
}

.header_right .dropdown-menu li.active a,
.header_right .dropdown-menu li.active a:hover,
.header_right .dropdown-menu li.active a:focus,
.header_right .dropdown-menu li a:hover,
.header_right .dropdown-menu li a:focus {
    background-color: #488ffe;
    color: #fff;
    display: block;
}

.header_right .dropdown-menu li a {
    display: block;
}

.header_right .dropdown-menu li:last-child a,
.header_right .dropdown-menu li:last-child a:hover,
.header_right .dropdown-menu li:last-child a:focus {
    color: #fb4168;
    background-color: transparent;
}

.navbar-nav span.warning-img {
    width: 73px;
    height: 73px;
    display: block;
    background: url("/statics/images/warning-d56a23dc0c51796b5e71457088a2ba8f.png") no-repeat;
}

.navbar-nav img.home-user {
    border-radius: 50%;
}

.header_right .navbar-nav li a.user_a {
    width: 46px;
    height: 46px;
    display: block;
    margin-top: 13px;
    cursor: pointer;
}

.header_right .navbar-nav li a.user_a:hover,
.header_right .navbar-nav li a.user_a:focus,
img.home-user:hover,
img.home-user:focus {
    cursor: pointer;
}

.navbar-nav .email_a {
    border-radius: 50%;
    background-image: -ms-linear-gradient(90deg, rgb(69, 89, 115) 0%, rgb(82, 106, 137) 100%);
    box-shadow: 0px 8px 18px 0px rgba(157, 173, 204, 0.45);
    /* position: absolute;
    right: 60px;
    top: 13px; */
    width: 46px;
    height: 46px;
    z-index: 9999;
    position: relative;
    display: inline-block;
    margin-top: 13px;
}

.navbar-nav .email_a img {
    position: absolute;
    top: 12px;
    left: 8px;
}

/***Header***/



/* footer */
.Bottom {
    /* background: #eaebed; */
    background:#d1d9e2;
    padding: 30px 0 32px;
    width: 100%;
    min-width: 1300px;
    /* margin-top: 14px; */
}

.Bottom .bottom_center {
    margin: auto;
    width: 1200px;
    height:114px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    font-size: 16px;
}

.bottom_center .bottom_tab {
    display: flex;
    justify-content: space-between;
}

.bottom_tab .code_tab {
    text-align: center;
    display: flex;
    font-weight: bold;
}

.code_tab .code_title {
    padding-bottom: 10px;
}

.bottom_tab ul {
    display: flex;
    justify-content: space-between;
}

.bottom_tab .tab_title {
    margin-right: 45px;
}

.bottom_tab .tab_title a {
    /* color: #4d8ee7; */
    color: #43546A;
    font-size:18px;
}

.Bottom .bottom_info {
    width: 1200px;
    margin: auto;
    color: #8C99AA;
}
.Bottom .bottom_info>p>a{
    color: #8C99AA;
}

.Bottom .bottom_info>div {
    padding-left: 32px;
}

.Bottom .wechat-img {
    width: 120px;
    height: 120px;
    box-shadow:0px 0px 10px 4px rgb(121 140 160 / 10%);
}

.bottom_tab .contact_us .tab_title {
    font-size: 20px;
    margin-bottom: 40px;
    margin-right: 0;
    float: none;
    color: #43546a;
}

.hover-btn {
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    right: 0;
    width: 95px;
}

.hover-btn a {
    display: block;
    cursor: pointer;
}

.hover-icon {
    width: 76px;
    height: 76px;
    display: inline-block;
    background-image: url("/statics/images/hoverbtn-2d93974e8581167215aaaf342c199e66.png");
    border-radius: 10px;
}

.top-icon {
    background-position: 0 0;
}

.kefu-icon {
    background-position: 0 -76px;
}

.hover-btn a:hover .hover-icon {
    background-position-x: -92px;
    box-shadow: 0px 4px 13px 0px rgba(77, 142, 231, 0.25);
}

/* footer */



/* 会员中心左侧公共 */

.member_main {
    padding-bottom: 20px;
    width: 1200px;
    margin: auto;
    padding-top: 30px;
    text-align: center;
    /* display: flex; */
}
.member_main:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    line-height:0;
    visibility:hidden;
}

.member_main_left {
    width: 253px;
    margin-right:24px;
    float: left;
}
.member_main_right{
    float: left;
}

.member_main_left .avatar {
    border: 1px solid #e1e6ed;
    padding: 14px 0 30px;
    margin-bottom: 26px;
    background-color: #ffffff;
}

.avatar .edit {
    text-align: right;
    padding-right: 18px;
    color: #488eff;
}

.avatar .edit a {
    color: #488eff;
}

.avatar .edit a:hover {
    opacity: 0.8;
}

.avatar .avatar_img {
    padding: 12px 0 22px;
}

.avatar .avatar_img img {
    border-radius: 50%;
    width: 104px;
    height: 104px;
}

.avatar .per_name {
    font-size: 22px;
}

.member_menu {
    border: 1px solid #e1e6ed;
    width:253px;
}

.member_menu .Line {
    border-bottom: 1px solid #e9ecf3;
    margin: 0 20px;
}

.member_menu .layui-side-scroll {
    width: 251px !important;
    overflow-y: hidden;
}

.member_menu .layui-nav-tree {
    width: 251px !important;
}

.member_menu .layui-nav {
    background-color: #ffffff;

}

.member_menu .layui-nav-item a {
    color: #43546a !important;
}

.member_menu .layui-nav-tree .layui-this,
.member_menu .layui-nav-tree .layui-this>a,
.member_menu .layui-nav-tree .layui-this>a:active {
    background-color: #fff !important;
}

.member_menu .layui-nav-tree .layui-this>a:hover {
    background-color: #e8ebf1 !important;
}

.member_menu .layui-nav-tree .layui-nav-item a {
    height: 50px !important;
    line-height: 50px !important;
}

.member_menu .layui-nav-tree .layui-nav-item a:active {
    background-color: #e8ebf1 !important;
}

.member_menu .layui-nav-tree .layui-nav-item a:hover {
    background-color: #e8ebf1 !important;
}

.member_menu .layui-nav-tree .layui-nav-bar {
    width: 4px;
    /* height: 50px; */
    line-height: 50px;
    background-color: #4c8dfc;
    height: 25px !important;
    margin-top: 14px;
    opacity: 0;
}

.hand {
    cursor: pointer;
}

.nav-bar {
    width: 4px;
    height: 25px;
    background: #4c8dfc;
    position: absolute;
    left: 0;
    top: 14px;
}

/* 会员中心左侧公共 */

/* 会员中心右侧公共 */


.O_Right {
    width: 922px;
}

.O_Right .O_Right_top {
    border: 1px solid #e1e6ed;
    margin-bottom: 9px;
    padding: 37px 0 30px 37px;
    display: flex;
}

.O_Right .O_Right_bottom {
    /* border: 1px solid #e1e6ed; */
    text-align: left;
    padding: 35px 50px 44px 35px;
}

.O_Right .O_Right_bottom .public_button {
    margin: auto;
    background: #488eff !important;
    border-radius: 23px !important;
    width: 185px !important;
    height: 46px !important;
    line-height: 46px !important;
    text-align: center;
    color: #ffffff !important;
    font-size: 16px !important;
}

/* 会员中心右侧公共 */

/* 详情页公共tab按钮 */
.periodical_tab {
    width: 1200px;
    margin: auto;
    height: 14px;
    line-height: 14px;
    padding: 24px 0 22px;
}

.periodical_tab_list {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 1200px;
}

.periodical_tab_list>li {
    color: #C4C4C4;
}

.periodical_tab_list>li>a {
    padding: 0 4px;
    color: #C4C4C4;
    font-size: 12px;
}

.periodical_tab_list>li>a:hover {
    color: #43546a;
}

.periodical_tab_list>li>a:active {
    color: #43546a;
}

.a_active {
    color: #43546a !important;
    white-space: nowrap;
    max-width: 670px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.details_public_btn .public_btn {
    background: #fafafb;
    border: 1px solid #dce0e9;
    border-radius: 13px !important;
    height: 27px;
    line-height: 25px;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    margin-left: 5px;
    font-size: 12px;
    color: #262933;
}

.details_public_btn .public_btn:hover {
    background: #ecf3ff;
    border: 1px solid #aec9eb;
}
.details_public_btn .public_btn a{
   color: #262933;
}
.details_public_btn span {
    vertical-align: middle;
}

.details_public_btn span:first-child {
    font-size: 16px;
    color: #488eff;
}

.details_public_btn .public_btn.btn-collection-cancel {
    background: #488eff;
    border-color: #488eff;
    color: #ffffff;
}

.details_public_btn .public_btn.btn-collection-cancel:hover {
    background: #84b3ff;
    border-color: #84b3ff;
}

.btn-collection-cancel span:first-child {
    color: #fff;
}

.details_public_btn .free-obtain-btn{
    background: #488eff;
    color: #fff;
    line-height: 20px;
}
.details_public_btn .free-obtain-btn img{
    width: 16px;
    height: 16px;
}
.details_public_btn .free-obtain-btn:hover,
.details_public_btn .free-obtain-btn:focus{
    opacity: 0.8;
    background: #488eff;
}
.periodical_tab_list li:last-child h1{
    color: #4A99FF!important;
    font-size: 12px!important;
}
/* 详情页公共tab */

/* 404.html */
.error-page {
    color: #5a636d;
    width: 1001px;
    height: 522px;
    background-image: url(/statics/images/errorbg-bfecbb1d1d87174dcae0e3b1f0735c9a.png);
    background-repeat: no-repeat;
    margin: auto;
    text-align: center;
    margin-top: 90px;
}

.error-page .error-code {
    padding-top: 158px;
}

.error-page .code {
    color: #4d6feb;
    font-size: 125px;
    line-height: 100px;
    padding: 34px 0 57px;
}

.error-page .goback {
    margin-top: 19px;
}

.error-page .goback a {
    color: #4161d8
}

/* 404.html */
/* 提示框 */
.layermsg.layui-layer {
    background: none !important;
    padding-bottom: 0 !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: #ffffff !important;
    top: 13% !important;
    border: none !important;
    min-width: auto;
}

.layermsg .layui-layer-content {
    padding: 12px 25px !important;
}

/* 提示框 */
/* 公共搜索框 */
.common-search-type{
    display:flex;
    margin-left: 278px;
    color: #F3F5FF;
    font-size: 16px;
    padding-top: 32px;
}
.common-search-type span{
    display: inline-block;
    text-align: center;
    margin-right: 28px;
    cursor: pointer;
}
.common-search-type span.active{
    height: 24px;
    width: 44px;
    background: #f3f5ff;
    border-radius: 2px;
    color: #43546A;
    line-height: 24px;
    margin-right: 20px;
    position: relative;
}
.common-search-type span.active::after{
    position: absolute;
    bottom: -8px;
    left: 18px;
    border-width: 4px !important;
    content: '';
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
}

.common-search {
    height: 100px;
    background: rgba(67,84,106,0.75);
    padding: 10px 0;
    box-sizing: border-box;
}

.common-search .search-wrapper {
    width: 1200px;
    margin: auto;
}

.common-search .search-wrapper .input-group form {
    position: relative;
}

.common-search-input{
    display: flex;
    justify-content: center;
    width: 1200px;
    padding-top:15px;
}

.common-search .common-search-left {
    width: 122px;
    box-sizing: border-box;
    margin-right:20px;
    cursor: pointer;
    z-index: 999;
}

.common-search .common-search-left .nav-select {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    background-color: #eaecf0;
    border-radius: 4px;
    border: 1px solid #99a4b2;
}

.common-search-left .nav-select-value {
    margin-right: 11px;
}

.common-search .nav-select-img {
    width: 10px;
    height: 6px;
    border-width: 0;
    right: 25px;
    z-index: 999;
    background: url("/statics/images/icon_dropdown-3e821743222161b61a9c35dc55a10559.png") no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.navbar-item{
    position: absolute;
}
.navbar {
    /* position: absolute; */
    width: 825px;
    font-size: 14px;
    border: 1px solid #c4ccd6;
    border-radius: 3px;
    box-shadow: 0px 9px 32px 0px rgba(205, 209, 216, 0.85);
    box-sizing: border-box;
    z-index: 999;
    margin-top: 9px;
    display: none;
}

.all-journal {
    box-sizing: border-box;
    padding: 12px 0;
    background: #ffffff;
}

.com-details-navbar.navbar-default{
    min-height:200px;
}
.com-details-navbar .all-journal>.navbar-li:first-child .showAll>ul,
.com-details-navbar .all-journal>.navbar-li:last-child .showAll>ul:last-child{
    border-bottom:0 none;
}

.all-journal>.navbar-li {
    display: flex;
    background: #ffffff;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 160px;
}

.all-journal>.navbar-li:hover {
    background: #edeff2;
}

.all-journal>.navbar-li:hover .nav-arrow {
    color: #488eff;
}

.navbar-li.navbar-active {
    background: #edeff2;
}

.navbar-li.navbar-active .nav-arrow {
    color: #488eff;
}

.navbar-li .nav-title {
    width: 160px;
    color: #43546a;
    display: flex;
    justify-content: space-between;
    padding: 0 16px 16px 30px;
}

.nav-title .nav-arrow {
    color: #939ab2;
}

.navbar-li .showAll {
    width: 663px;
    background: #f6f7f8;
    position: absolute;
    left: 160px;
    top: 0;
    display: none;
    margin-top: 10px;
}

.navbar-li.navbar-active .showAll {
    display: block;
}

.showAll>ul {
    border-bottom: 1px solid #c4ccd6;
    padding: 12px 25px 12px 0;
    margin-left: 25px;
}

.showAll>ul>li {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding-right: 20px;
    text-align: left;
    color: #41526a;
}

.showAll>ul>li>a:hover {
    color: #488eff;
}

.common-search .common-search-right {
    display: flex;
}

.common-search .search-wrapper .input-group-addon {
    width: 126px;
    height: 48px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.common-search .input-group-addon .search-header-select .layui-input {
    height: 46px;
    line-height: 46px;
}

.common-search .input-group-addon .search-header-select .layui-input,
.common-search .input-group-addon .search-header-select .layui-input:hover,
.common-search .input-group-addon .search-header-select .layui-input:focus {
    background-color: transparent !important;
    text-align: center;
    border-color: transparent !important;
    color: #425569;
    padding: 0px 36px 0px 28px;
}

.common-search .input-group-addon .search-header-select .layui-form-select {
    background: #eaecf0;
    border-radius: 4px 0 0 4px;
    border: 1px solid #99a4b2;
    border-right: 0;
}

.common-search .input-group-addon .search-header-select .layui-form-select:hover,
.common-search .input-group-addon .search-header-select .layui-form-select:focus {
    border: 1px solid #99a4b2;
    border-right: 0;
}

.common-search .input-group-addon .search-header-select .layui-input-block {
    margin-left: 0;
}

.common-search .search-header-select .layui-form-select dl {
    text-align: center;
    top: 0;
    left: 0;
    background: #eaedef;
    color: #425569;
    border: 0;
    box-shadow: none;
    padding: 0 0 15px 0;
    max-height: none;
    width: 125px;
    border: 1px solid #99a4b2;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 4px 0px 6px 6px;
}

.common-search .search-header-select .layui-form-select dl dd {
    line-height: 33px;
    padding: 0 15px 0 5px;
}

.common-search .search-header-select .layui-form-select dl dd:first-child {
    line-height: 46px;
    background: transparent;
    color: #425569;
    margin-left: 3px;
}

.common-search .layui-form-select dl dd.layui-this,
.common-search .layui-form-select dl dd:hover {
    background: #dae4f0;
    color: #4c88de;
}

.common-search .search-header-select .layui-form-select .layui-edge {
    width: 10px;
    height: 6px;
    border-width: 0;
    right: 25px;
    z-index: 999;
    background: url("/statics/images/icon_dropdown-3e821743222161b61a9c35dc55a10559.png") no-repeat;
}

.common-search .search-header-select .layui-form-selected .layui-edge {
    margin-top: -3px;
}

.common-search .search-header-select .layui-form-select .layui-anim {
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
}


.common-search .search-wrapper .input-group .search-input .layui-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 22px;
    color: #c0c7d6;
    font-weight: bold;
}

.common-search .search-wrapper .search-input input {
    width: 820px;
    height: 48px;
    line-height: 48px;
    color: #435465;
    font-size: 14px;
    border: 1px solid #99a4b2;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 40px;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
    background: #ffffff;
}

.common-search ::-webkit-input-placeholder {
    color: #a6adba;
}

.common-search :-moz-placeholder {
    color: #a6adba;
}

.common-search ::-moz-placeholder {
    color: #a6adba;
}

.common-search :-ms-input-placeholder {
    color: #a6adba;
}

.common-search .search-wrapper input[type="text"]:focus,
.common-search .search-wrapper input[type="text"]:hover {
    background-color: #f2f4f8;
    border: 1px solid #99a4b2;
    border-left: 0;
    border-right: 0;
}

.common-search .search-wrapper .search-input input[type="text"]:hover {
    background-color: #f2f4f8 !important;
}

.common-search .search-wrapper .search-icon {
    cursor: pointer;
    background: #488eff;
    height: 48px;
    line-height: 48px;
    width: 110px;
    border-radius: 0 4px 4px 0;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 16px;
}

.common-search .search-wrapper .search-icon img {
    margin-right: 2px;
}

.common-search .search-wrapper .search-other {
    margin-left: 20px;
    line-height: 28px;
    margin-top: -6px;
}

.common-search .search-wrapper .search-other a {
    display: block;
    color: #fff;
}

.common-search .search-wrapper .search-other a:hover,
.common-search .search-wrapper .search-other a:focus,
.common-search .search-wrapper .search-other a:active {
    color: #488eff;
}

.common-search .layui-form-item {
    margin-bottom: 0;
}

.common-search .search-wrapper .search-radio{
    font-size:0;
    margin-left: 278px;
    color: #F3F5FF;
    font-size: 16px;
    padding-top: 32px;
    margin-top: 0;
    height: 56px;
    box-sizing: border-box;
}
.common-search .search-wrapper .search-radio .layui-form-radio>i{
    display:none;
}
.search-radio .layui-form-radio{
    margin:0;
    padding:0 10px;
}
.search-radio .layui-form-radioed{
    padding:0 4px;
}
.search-radio .layui-form-radio>div{
    font-size: 16px;
    color:#fff;
}
.search-radio .layui-form-radioed>div{
    height: 24px;
    width: 44px;
    background: #f3f5ff;
    border-radius: 2px;
    color: #43546A;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    position: relative;
    padding: 0 6px;
    box-sizing: border-box;
}
.search-radio .layui-form-radioed>div::after {
    position: absolute;
    bottom: -8px;
    left: 18px;
    border-width: 4px !important;
    content: '';
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
}

/* 首页搜索 */
.home-container .common-search {
    margin-bottom: 0;
}

.home-container .layui-form-item {
    margin-bottom: 0;
}

/* 期刊列表搜索 */
.common-search.qikanList-search {
    margin-bottom: 0;
}

/* .common-search.qikanList-search .navbar {
    width: 714px;
} */

/* .common-search.qikanList-search .showAll {
    width: 583px;
} */

.common-search.qikanList-search .search-wrapper .search-input input {
    border-left: 1px solid #99a4b2;
    border-radius: 4px 0 0 4px;
}

/* 搜索结果 */
.paper-search .common-search {
    height: 160px;
    padding:0;
}


/* 公共搜索框 */

/*  详情分页 */
.pagination.layui-laypage span.active {
    background-color: #488eff !important;
    color: #ffffff !important;
}


#browser {
    width: 100%;
    min-width: 1200px;
    height: 45px;
    line-height: 45px;
    background-color: #ee6464;
}

#browser span {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
}

.fixed .main-header,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    top: 142px;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding: 235px 10px 10px;
}

/* 修改头像弹窗 */
.openModal.layui-layer .layui-layer-title,
.email_Center .openModal.layui-layer .layui-layer-title {
    font-size: 20px;
    color: #43546a;
    font-weight: bold;
    padding: 14px 35px;
    border-bottom: 1px solid #e1e6ed;
    background-color: #f4f6fa !important;
}

.openModal.layui-layer .layui-layer-setwin {
    right: 40px;
    top: 28px;
}

.openModal.layui-layer,
.email_Center .openModal.layui-layer {
    background: #f4f6fa !important;
    padding-bottom: 0 !important;
}

.openModal.layui-layer.layui-layer-hui#layui-layer1 {
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}

.openModal.layui-layer-page .layui-layer-content {
    overflow: hidden;
    padding: 18px 0 35px 52px;
    height: auto !important;
}

.modifyAvata-left {
    width: 360px;
    min-height: 278px;
    border: 1px solid #e1e6ed;
    float: left;
    text-align: center;
}

.modifyAvata-right {
    text-align: center;
    float: right;
    width: 266px;
    color: #43546a;
    font-size: 14px;
}

.openModal.layui-layer-page .layui-layer-btn {
    padding: 0;
    margin: 0;
    text-align: center !important;
    margin-bottom: 35px;
}

.openModal.layui-layer-page .layui-layer-btn a {
    padding: 0;
}

.openModal .layui-layer-btn .layui-layer-btn0,
.openModal .layui-layer-btn .layui-layer-btn1 {
    width: 120px !important;
    height: 46px !important;
    line-height: 48px !important;
    font-size: 16px !important;
    margin: 0 20px !important;
    border-radius: 30px !important;
    font-family: "SourceHanSansSC" !important;
}

.openModal .layui-layer-btn .layui-layer-btn0 {
    color: rgb(255, 255, 255);
    border: 0px none;
    background: rgb(72, 142, 255);
    box-shadow: 0px 14px 43px 0px rgba(72, 142, 255, 0.18);
}

.openModal .layui-layer-btn1 {
    color: rgb(148, 157, 173) !important;
    border: 1px solid rgb(148, 157, 173) !important;
    background: transparent !important;
    box-shadow: none;
}

.uploadAvatar-btn {
    font-size: 14px;
    font-family: "SourceHanSansSC";
    color: rgb(67, 84, 106);
    border: 1px solid rgb(225, 230, 237);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: -0.07px 1.999px 7px 0px rgba(200, 206, 226, 0.29);
    width: 143px;
    height: 43px;
    line-height: 45px;
    padding: 0;
    margin-top: 100px;
    margin-bottom: 20px;
}

.modifyAvata-left .upload-tip {
    color: #43546a;
    font-size: 14px;
    margin-top: 0;
    text-align: center;
}

.uploadAgain-btn {
    color: #fb4168;
    border: 0 none;
    background: transparent;
    padding: 0;
    float: left;
    line-height: normal;
    margin-left: 10px;
}

.uploadAgain-btn:hover,
.uploadAgain-btn:focus {
    color: #fb4168;
    border: 0 none;
    background: transparent;
}

.modifyAvata-left .previewImg0 {
    width: 360px;
    height: 278px;
    display: none;
}

.modifyAvata-right .previewImg1 {
    width: 136px;
    height: 136px;
    border-radius: 50%;
}

.modifyAvata-left .modifyAvata-body0 {
    display: none;
    margin: 15px 0;
}

/* bottom tab */
.bottomTab {
    /* background: #E8E9EB; */
    background:#d1d9e2;
    padding-top:25px;
}

.bottomTab .layui-tab {
    margin: 0;
}

.bottomTab .layui-tab-content.bottom-tab-content {
    /* background: #F5F5F5; */
    background:#d1d9e2;
    padding-top: 20px;
    padding-bottom: 30px;
    border:0 none;
}

.bottomTab .layui-tab-title {
    border: 0 none;
    height: 56px;
    width: 1200px;
    margin: 0 auto;
}

.bottomTab .layui-tab-item a{
    margin-right:18px;
    color: #7F8A9C;
}

.bottomTab .layui-tab-item {
    width: 1200px;
    margin: 0 auto;
    line-height: 25px;
}

.bottomTab .layui-tab-title li {
    line-height: 56px;
    padding: 0;
    margin: 0 15px;
    color: #7F8A9C;
}
.bottomTab .layui-tab-title li:first-child{
    margin-left:0;
}
.bottomTab .layui-tab-title .layui-this{
    color: #43546A;
}
.bottomTab .layui-tab-title .layui-this:after {
    height: 56px;
    border-style: none;
    border-bottom: 3px solid #43546A;
    border-radius: 0;
    width: 50px;
    margin:0 7px;
}
.bottom-line{
    width: 1200px;
    height: 1px;
    background-color:#acbed6;
    margin: 0 auto;
}

.Bottom .nav-search-title{
    font-size: 12px;
    color: #a9b5ce;
    padding-top:30px;
}

.Bottom .nav-search-title,.Bottom .letter-search-tab{
    display: flex;
}

.Bottom .letter-search-tab li{
    padding: 0 6px;
}

.Bottom .letter-search-tab li a{
    font-size: 12px;
    color: #a9b5ce;
}
.Bottom .letter-search-tab li a:hover{
    color: #4d8ee7;
}
/* 跑马灯 */
#marqueeDiv{
    background: transparent;
}
#marqueeDiv p{
    margin: auto;
    width: 1200px;
}


/* header */
.Header .Header_content {
    height: 80px;
    line-height: 80px;
}
.header_left>a{
    padding-right:54px;
}
.header_left a>div {
    height: 80px;
}
.header_left .tab .tab-item{
    padding:0 23px;
}
.header_left .tab .tab-item a{
    display: inline-block;
    font-size: 18px;
    color:#43546A;
}
.header_left .tab .tab-item.active{
    padding:0;
}
.header_left .tab .tab-item.active a{
    height: 40px;
    background: #F2F6FB;
    border-radius: 20px;
    cursor: pointer;
    color: #488eff;
    line-height: 40px;
    padding:0 27px;
} 
.header_right .header_button {
    width: 100px;
    height: 40px;
    background: #488eff;
    font-size: 16px;
    color: #fff;
    border: 0 none;
    margin: 20px auto;
}
.header_right .header_button:hover{
    border:0 none;
}
.header_right .navbar-nav {
    margin-top: 5px;
    float: right;
}
.header_openvip,.header_vip{
    margin-right: 24px;
    float: left;
}
.header_vip>a,.header_openvip>a{
    width: 88px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #488EFF;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #488eff;
    display: inline-block;
}
.header_vip>a>img,.header_openvip>a>img{
    margin-top: -2px;
}

.self-btn{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}